Fix super which is not defined yet here

Akinori MUSHA 7 years ago
parent
commit
df6fb7e5fc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/feedjira_extension.rb

+ 1 - 1
lib/feedjira_extension.rb

@@ -38,7 +38,7 @@ module FeedjiraExtension
38 38
     include SAXMachine
39 39
 
40 40
     def content=(content)
41
-      super
41
+      @content = content
42 42
 
43 43
       begin
44 44
         addr = Mail::Address.new(content)